home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Util / Df-Dz / Drop Menus / Drop Menus Read Me next >
Encoding:
Text File  |  1991-03-23  |  2.6 KB  |  49 lines  |  [TEXT/McSk]

  1. Drop Menus 1.2(.4) Read Me, 9103/21
  2.  
  3. Drop Menus is an attempt to bring the functionality of MS/DOS-like drop-menus
  4. to the Macintosh environment.  It is loosely based on "Auto Menus 2.0" by 
  5. Michael J. Conrad, which drops the Mac's menus as soon as the mouse moves
  6. into the menu bar.  Drop Menus takes a more conservative approach.  Without
  7. giving up the Mac's drag menus, just clicking in the menu bar will cause
  8. the menus to drop until another click is made.  If the click occurs on a
  9. menu item, that item is selected.  If the click occurs outside a menu, or
  10. in the menu bar, menu selection is cancelled.  You can also use Mac menus
  11. as usual, by holding the mouse button down until you want to release it.
  12.  
  13. To activate Drop Menus, which is an INIT, drag it into your System Folder
  14. and reboot.  To deactivate, drag it out of your System Folder and reboot.
  15.  
  16. This archive contains the INIT; this file; and the THINK C source.  Drop
  17. Menus is freeware.  It may be freely distributed so long as these three files
  18. are included unmodified.  Portions of Drop Menus are derived from code by
  19. Michael Conrad, whose helpful support is gratefully acknowledged.
  20.  
  21. To achieve these results Drop Menus uses a couple of very un-Mac'ish tricks.
  22. Like Auto Menus, Drop Menus gleefully uses two undocumented global variables
  23. which hold the current X and Y location of the mouse.  To distinguish between
  24. clicking and click-dragging Drop Menus also defines a "click" as lasting
  25. less than one-quarter as long as a double-click.  There will be a brief, but
  26. noticeable, pause before menus drop or are posted.  This interval can be
  27. shortened by decreasing the "length" of a double-click using the Mouse or
  28. Pointing Device control panel.
  29.  
  30. Drop Menus is a sick hack.  It was developed mostly for the author's own
  31. satisfaction and gratification.  If you find it useful, great!  But beware:
  32. some Macintosh software quite correctly assumes that menu selection will
  33. use the standard click-drag technique, and will malfunction accordingly.
  34.  
  35. Known Incompatibilities and Artifacts
  36. 1) Drop Menus does not get along very well with Mac Paint 2.0's palettes.
  37. 2) The MORE3 "About MORE" dialogue can only be obtained by click-selection
  38. and not releasing the mouse button until you're finished with it.
  39. 3) CE Toolbox/CE Extras - this may or may not appear in the Apple menu
  40. depending on how long the 'click' lasts.
  41.  
  42. Despite these admonitions the author appreciates any and all feedback,
  43. including (but not limited to) suggestions, additional conflicts, etcetera.
  44. Contact me on GEnie and AOL as OUTER; on Compu$erve at [71755,204]; and on
  45. the Internet at 71755.204@COMPUSERVE.COM.
  46.  
  47. 9103/21 Richard Outerbridge
  48.  
  49.